home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Holt Researcher: American History
/
Holt Researcher: American History.iso
/
pc
/
modules
/
dbmap.dxr
/
00021_close box.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2000-01-27
|
264 b
|
16 lines
property ancestor
on new me, buttonName, castName, xSprite, xLoc, descendant
ancestor = new(script("generic Button"), buttonName, castName, xSprite, xLoc, me)
return me
end
on performFunction me
CloseMIAW()
return me
end
on buttonLoc me
return me
end